home *** CD-ROM | disk | FTP | other *** search
- #
- # Zustands-▄berwachungs-Script
- # State Watch Script
- #
- # Debris
- #
- # created: 15-Jun-2000 Bernd
- #
- # (C) COPYRIGHT 2000 RADONLABS GMBH
- #
-
- # --------------------------------------------------------
- # DEBRIS
- # --------------------------------------------------------
- proc debriswatch_normal {} {
-
- if { [.iskilled] == "true" } {
- .announcestate explode
- } elseif { [.isstatetimeover] == "true" } {
- .announcestate verglueh
- }
- }
-
- proc debriswatch_explode {} {
-
- if {[.isanimfinished] == "true"} {
- .setremoveable true
- }
- }
-
- proc debriswatch_verglueh {} {
-
- if {[.isanimfinished] == "true"} {
- .setremoveable true
- }
- }
-
- proc debriswatch_cinematic {} {
-
- # empty
- }
-
-